SipClientGetDialog Method (Response) |
Gets existing dialog based on the specified response.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Dialog GetDialog(
Response response
)
Public Function GetDialog (
response As Response
) As Dialog
Parameters
- response
- Type: Independentsoft.SipResponse
A response from appropriate request.
Return Value
Type:
DialogA dialog based on the
Response.
See Also